home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / stripbowl_game.swf / scripts / DefineButton2_1184 / BUTTONCONDACTION on(release).as
Text File  |  2005-08-19  |  153b  |  10 lines

  1. on(release){
  2.    if(eval("../:unlockstotal") >= 4)
  3.    {
  4.       with(eval("../:chic_whole"))
  5.       {
  6.          gotoAndStop("wait4");
  7.       }
  8.    }
  9. }
  10.